home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJLSR200.ZIP / src / libc / posix / signal / sigprocm.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-02  |  190 b   |  10 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <signal.h>
  3.  
  4. /* ARGSUSED */
  5. int
  6. sigprocmask(int _how, const sigset_t *_set, sigset_t *_oset)
  7. {
  8.   return 0;
  9. }
  10.